<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* header */
.stui-header__top{position: relative; margin-bottom: 20px; background-color: #181818;}

/* header-logo */
.a1{float:left;}
.a1{ width: 282px; margin: 15px 0;}
.a1 .logo{display:block;width:282px;height:60px;background-position:50% 50%;background-size:cover;}

a.logo {
    text-align: center;
    font-size: 30px;
    line-height: 2;
    font-weight: 400;
}

/* header-menu */
.b2{position:relative;background-color: #202020;color: #fff;}
.b2 li{float:left;}
.b2 li a{display:inline-block; padding: 15px 25px; font-size:15px; color: #fff;}
.b2 li.active a,.b2 li a:hover{ background-color: #222;}
.b2 .more{ position: absolute; top: 0; right: 0; padding: 15px 0; color: #999;}

/* header-seacrh */
.b3{ float:left; position:relative; width: 380px; margin: 25px 30px 25px 50px; }
.b3 .form-control{display:block; width:100%; height: 38px; padding: 0 45px 0 10px; font-size:12px; line-height: 25px; border-radius: 5px; transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; color: #999; border: 0;}
.b3 .submit{display:block; position:absolute; top: 0; right: 0; width:35px; height: 38px; border: 0; cursor: pointer; border: 0; background: none; color: #999;}

/* header-user */
.b4{float:right}
.b4 &gt; li{ float:left; position: relative; padding: 35px 0 10px; margin-left: 30px}
.b4 &gt; li .icon{ font-size: 24px; line-height: 24px; vertical-align: -2px; color: #999;}
.b4 &gt; li .dropdown{ display: none; position: absolute; z-index: 999; width: 240px; top: 100%; right: -15px; padding: 15px; font-size: 12px; color: #999; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2); border-radius: 4px; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.2);}
.b4 &gt; li .dropdown:before{ content:" "; width:10px; height:10px; -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); position: absolute; top:-5px; right: 30px; background-color: #fff; border-top: 1px solid #eee; border-right: 1px solid #eee;}
.b4 &gt; li:hover .dropdown{ display: block;} 
.b4 .dropdown li{ position: relative; padding: 10px 0;}
.b4 .dropdown li:first-child{ margin-top: 10px;}
.b4 .dropdown li:last-child{ padding-bottom: 0;}

/* media */
.ac li .score{ position: relative;}
.ac li .score .star{ display: inline-block; position: relative; top: 5px; width: 80px; height: 13px; background: url(../img/star_min1.png) 0 0 no-repeat;}
.ac li .score .branch{ display: inline-block; font-size: 12px; color: red; vertical-align: -4px;}
.ac li .score .star .star-cur{display: inline-block; background: url(../img/star_min.png) 0 0 no-repeat; height: 25px; position: absolute; top: 0;  z-index: 1;}

/* content */
.x1,.x2{display:table-cell;vertical-align:top}
.x2 .v-thumb{width:190px}
.x2 .w-thumb{width:300px}
.x1{width:100%;padding:10px 20px;}
.x1 .title{margin: 0 0 10px; font-size: 24px; line-height:30px; font-weight: 700;}
.x1 .data{margin-bottom:10px}
.x1 .data li{float:left;margin-right:20px}
.x1 .desc{padding-left:42px}
.x1 .desc .left{margin-left:-42px}
.x1 .play-btn{padding-left:42px;margin-top:20px}
.x1 .play-btn .share{margin-top:5px}
.x1 .play-btn .btn{ margin-right: 10px;}

/* player */
.p1{ background-color: #000}
.p2{ margin-top: 20px;}
.p2 .more-btn{ float: right; padding-top: 10px;}
.p2 .more-btn li{ display: inline-block; margin-left: 10px;}
.p2 .more-btn .btn{ padding: 6px 15px;}
.p2 .title{margin:0 0 10px}
.p2 .detail-content{padding-top:10px}
.p2 .desc{padding-left:42px}
.p2 .desc .left{margin-left:-42px}

/* autocomplete */
.as{ padding: 0 10px; margin-top: 5px; border-radius:4px; background-color: #FFFFFF; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.as.active{position: absolute; z-index: 9999; top: 100%; width: 100%;}
.autocomplete-suggestion{padding:10px 0; cursor:pointer; border-top: 1px solid #EEEEEE;}
.autocomplete-suggestion:first-child{border-top:0}
.mac_results{ z-index: 9999; padding: 0 10px; margin-top: 5px; border-radius:4px; background-color: #FFFFFF; border:1px solid #EEEEEE; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
.mac_results li{padding:10px 0; cursor:pointer; border-top: 1px solid #EEEEEE;}
.mac_results li:first-child{ border: 0;}


@media (min-width:768px){
	.container{width:750px}
}
@media (min-width:992px){
	.container{width:920px}
}
@media (min-width:1200px){
	.container{width:1170px}
}
@media (max-width:1024px){

    /* header */
    .stui-header__top{ margin-bottom: 10px;}
	.a1{margin:10px 0 10px}
	.a1,.a1 .logo{width:127px;height:30px;}
	.a1 .logo{width:127px;height:30px;background-position:50% 50%;background-size:cover;}

a.logo {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
}

a.logo {}

a.logo {
    vertical-align: middle;
}
	.b3{ margin: 10px 0 10px 30px; width: 200px;}
	.b3 .form-control{ height: 30px;}
	.b3 .submit{ width: 30px; height: 30px;}
	.b2 ul{ overflow:hidden; white-space: nowrap;}
	.b2 li{ float: none; display: inline-block;}
	.b2 li a{ padding: 12px 15px; font-size: 14px; white-space:nowrap;}	
	.b4 &gt; li{ padding: 15px 0 10px; margin-right: 10px;}
	.b4 &gt; li .dropdown{ right: 0;}
	.b4 &gt; li .icon{ font-size: 18px; line-height: 18px;}
	.b2 li:hover .dropdown,.b4 &gt; li:hover .dropdown{ display: none;} 
}
@media (max-width:767px){

	/* header */ 
	.a1{ margin-left:10px}
	.b3{ margin: 0; position:absolute; top: 10px; left: 150px; right:50px; width:auto;}	
	.b4{padding-right:10px}
	.b4 &gt; li{ padding: 14px 0; margin: 0;}
	.b4 &gt; li .dropdown:before{ right: 8px;}
	.b4 &gt; li .icon{ font-size: 24px; line-height: 24px;}
	
	/* content */
	.x2 .v-thumb{width:115px}
	.x2 .w-thumb{width:160px}
	.x1{padding:0 10px}
	.x1 .title{ margin:0 0 8px; font-size:18px; line-height:18px; font-weight: 700;}
	.x1 .data{margin:0 0 8px;font-size:12px}
	.x1 .play-btn{margin:0;padding:0}	
	
	/* player */
	.p2.detail .title{ margin-top: 10px; font-size: 16px;}
	.p2{ margin-top: 0;}
	.p2 .title{ font-size:18px; font-weight: 700;}
	.p2 .more-btn{ margin-bottom: 10px;}
	.p2 .more-btn{ float: none; padding: 10px; background-color: #222; display: -webkit-box; display: -webkit-flex; display: flex;}
	.p2 .more-btn li{ margin: 0; padding: 0 5px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-align: center;}
	.p2 .more-btn .btn{ display: block; padding: 6px;}
		
	/* type */
	.stui-mobile__type li{padding:0 20px}
	.stui-mobile__type li a{display:block;padding:10px 0;text-align:center}		
	
	/* foot */
	.stui-foot{padding:20px 0}
	
}</pre></body></html>